Stub

abstract class Stub : Binder, INfcService

Local-side IPC implementation stub class.

Constructors

Link copied to clipboard
constructor()
Construct the stub at attach it to the interface.

Properties

Link copied to clipboard
val DUMP_TRANSACTION: Int = 1598311760
Link copied to clipboard
Link copied to clipboard
val FLAG_ONEWAY: Int = 1
Link copied to clipboard
val INTERFACE_TRANSACTION: Int = 1598968902
Link copied to clipboard
val LAST_CALL_TRANSACTION: Int = 16777215
Link copied to clipboard
val LIKE_TRANSACTION: Int = 1598835019
Link copied to clipboard
val PING_TRANSACTION: Int = 1599098439
Link copied to clipboard
val TWEET_TRANSACTION: Int = 1599362900

Functions

Link copied to clipboard
open fun asBinder(): IBinder
Link copied to clipboard
Cast an IBinder object into an com.worldline.smartposapi.core.aidl.nfc.INfcService interface, generating a proxy if needed.
Link copied to clipboard
open fun attachInterface(owner: IInterface, descriptor: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dump(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
open fun dumpAsync(fd: FileDescriptor, args: Array<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun linkToDeath(recipient: IBinder.DeathRecipient, flags: Int)
Link copied to clipboard
open fun onTransact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun pingBinder(): Boolean
Link copied to clipboard
open fun queryLocalInterface(descriptor: String): IInterface
Link copied to clipboard
Reads Mifare sectors from the NFC card.
Link copied to clipboard
abstract fun readNfcData(auth: String): CardReadResult
Reads data from the NFC card.
Link copied to clipboard
abstract fun readNfcUID(): CardReadResult
Reads the UID (Unique Identifier) of the NFC card.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun transact(code: Int, data: Parcel, reply: Parcel, flags: Int): Boolean
Link copied to clipboard
open fun unlinkToDeath(recipient: IBinder.DeathRecipient, flags: Int): Boolean
Link copied to clipboard
abstract fun writeMifareSectors(writeSectorRequest: MifareSectorRequest): CardReadResult
Writes Mifare sectors to the NFC card.
Link copied to clipboard
abstract fun writeNfcData(auth: String, data: String): CardReadResult
Writes data to the NFC card.